←Select platform

SetChannelSamples8(byte[],int) Method

Summary

Sets 8-bit data for a channel.

Syntax

C#
VB
WinRT C#
C++
public int SetChannelSamples8( 
   byte[] samples, 
   int count 
) 
Public Overloads Function SetChannelSamples8( _ 
   ByVal samples() As Byte, _ 
   ByVal count As Integer _ 
) As Integer 
public int SetChannelSamples8(  
   byte[] samples, 
   int count 
) 
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelSamples8(Byte[],Int32)(  
   samples , 
   count  
) 
public: 
int SetChannelSamples8(  
   array<byte>^ samples, 
   int count 
)  

Parameters

samples
Buffer that holds the new channel sample

count
Size of the channel sample buffer

Return Value

The actual number of samples set for the channel

Remarks
Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly